slight enhancement to password hash security hope it helps
hey bro been awhile.
just wanted to let you know of a slight improvement for password hashing. people recommended to me bcrypt, and recently argon2 was implemented in passlib 1.7. argon2 may replace bcrypt scrypt pdgfk_sha256 algorithms for secure password hashing.
cheers man just thought Id share a couple snippets. looking forward to intermediate series. maybe you can cover some encryption techniques with python, and Im interested in a socket.io simple webchat function for my web app, maybe even using the current flask register / login system. would be a great tool to know, socket.IO. for live chat support for users, would be cool :)
You must be logged in to post. Please login or register an account.
Thank you very much for sharing. I haven't even heard of argon, but I know bcrypt has been the main choice for a while. I'm not very knowledgeable on encryption. I know the basics, but, beyond that, I'm pretty useless. You probably know as much as, or more than, me, I just try to keep up with industry standards over time.
As for sockets, I've thought about doing it for webchats, but I haven't really gotten around to looking much into it. I'd like to at least poke around sockets a bit just in the context of the intermediate series, but I am not sure if I'll tie them into flask/django.
If you come up with something, I'd love to see it :)
-Harrison 8 years ago
You must be logged in to post. Please login or register an account.